home *** CD-ROM | disk | FTP | other *** search
/ Long Ban 3 / Long Ban 3 - Disc 1.iso / mac / DISK1 / DATA / mov.Dxr / 00030.ls < prev    next >
Encoding:
Text File  |  1997-03-24  |  155 b   |  11 lines

  1. on exitFrame
  2.   go(the frame)
  3. end
  4.  
  5. on mouseDown
  6.   set the visible of sprite 22 to 0
  7.   updateStage()
  8.   go(#previous)
  9.   set the visible of sprite 22 to 1
  10. end
  11.